GenerativeComponents Help

Sublist

Returns a new list comprising a contiguous sequence of members of the given list.

List.Sublist()

Specifically, the resultant list comprises the members at index positions (firstIndex) through (firstIndex + count – 1), inclusive.

If the count is omitted, the entire remainder of the list is returned.